GcSkiaBitmap Constructor(Stream,Nullable<Rectangle>)
In This Topic
Initializes a new instance of the
GcSkiaBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public GcSkiaBitmap(
System.IO.Stream ,
System.Nullable<Rectangle>
)
Parameters
- stream
- The source stream. JPEG, PNG, WEBP formats are supported.
- clipRect
- Clipping rectangle of the image to be loaded.
See Also